-- card: 12625 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Into the dark woods ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "Hut of the Medicine Man" put it&return&"The old man smiles" into field "textarea" of card "Hut of the Medicine Man" get field "textarea" of card "Mountain Trail" put it&return&"Capture a bird" into field "textarea" of card "Mountain Trail" visual effect dissolve go card "River Trail" end mouseUp -- part contents for background part 1 ----- text ----- Into the dark woods -- part contents for background part 2 ----- text ----- You have entered a dense area of the jungle. You see the prized golden parrot on a branch before you, at about head height. You grab for it, and manage to grasp a wing. Instantly, the rest of the bird transforms into an enormous hideous snake-lion creature. In your fright, you scream, and awakening, find yourself lying near the River Trail. You have a splitting headache, and you can't remember how you got here. The last thing you can remember was asking the Medicine Man to tell you a story. -- part contents for background part 5 ----- text ----- 100